--- import Page from '$layouts/Page.astro'; import localeStaticPaths from '$lib/localeStaticPaths'; import translate from '$i18n/translate'; import tFurthsettins from '$i18n/translations/pages/furthsettins'; import tSite from '$i18n/translations/site'; import type Locale from '$types/Locale'; import relativePath from '$lib/relativePath'; import lallansImg from '$images/furthsettins/lallans.jpg'; import scotsounImg from '$images/furthsettins/scotsoun.jpg'; export async function getStaticPaths() { return localeStaticPaths; } const locale = Astro.params.locale as Locale; const t = translate(locale); ---

{t(tFurthsettins, { key: 'title' })}